home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / mrcry204.zip / COMPLEX.EKA < prev    next >
Text File  |  1991-03-04  |  315b  |  11 lines

  1. ; Find a complex root to a polynomial.
  2. ; The desired root is
  3. ;  x  = -0.4196433776  +0.6062907292i
  4. ; The starting value -.5+.5i is used.  Other starting values
  5. ; might result in one of the other two roots.
  6. ; See POLY.EKA for another way to solve polynomials.
  7.  
  8. COMPLEX
  9. x^3 - x^2 - x - 1 = 0
  10. x := -.5 + .5i
  11.